func strconv.bitSizeError

2 uses

	strconv (current package)
		number.go#L240: 		return bitSizeError(fn, s, bitSize)
		number.go#L284: func bitSizeError(fn, str string, bitSize int) *NumError {